home *** CD-ROM | disk | FTP | other *** search
/ Express Pd: GALORE / Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso / amicus / amicus_#1 / abasicstuff / tools / cardfilefix.bas < prev    next >
BASIC Source File  |  1985-12-12  |  164b  |  9 lines

  1. 10    open "o",#3,"Index.him"
  2. 20    p$(1)="Address"
  3. 30    print#3,p$(1)
  4. 40    for j=2 to 7
  5. 50    p$(j)="Blank"+str$(j)
  6. 60    print#3,p$(j)
  7. 70    next j
  8. 80    close
  9.